home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("loadloop")
- updateStage()
- end
-
- on mouseUp
- if the machineType <> 256 then
- puppetTransition(28, 1, 10)
- end if
- if the machineType = 256 then
- puppetPalette("berrypal", 60, 1)
- else
- nothing()
- end if
- set the visible of sprite 48 to 1
- set the visible of sprite 15 to 1
- go("berry")
- end
-